SDVX > Update Webui Assets

Update WebUI Assets (pull from game files)

  • To use this feature, configure Game Data Directory in the plugin settings. Select the directory where the data folder is located.
  • To update your plugin's music db, you must first upload the music_db.xml files through the data uploads section on the dashboard. You can send different mdb files from different iterations of SDVX (BOOTH, infinite infection etc.) so make sure the mdb version matches the one you upload it to.
  • This feature pulls BGM files from the data, however they are in the WMA file format, which playback is unsupported so they have to be converted to MP3 format. To convert these files to MP3, you can use ffmpeg. If you have ffmpeg already installed, there are bgm_convert scripts in the SDVX plugin directory that can automate the conversion to mp3 (.bat for Windows, .sh for Linux)
    • Windows: download and extract ffmpeg.exe and put it in the same directory as the bat script (or put ffmpeg.exe in PATH environment variable)
    • Linux: follow this guide on how to install ffmpeg on your specific Linux distro.
More Detail